home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 August / Chip_1999-08_cd.bin / sharewar / htmltool / _SETUP.1 / Current URL.scp < prev    next >
Text File  |  1999-03-02  |  245b  |  8 lines

  1. <HTMLtool>Use this script to display the URL of the current document</HTMLtool>
  2. <!-- Use this script to display the URL of the current document. -->
  3.  
  4. <SCRIPT LANGUAGE="JavaScript">
  5. <!--
  6.     document.write(document.Location);
  7. // -->
  8. </SCRIPT>